@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap'); @font-face { font-family: Resistance générale; src: url(Fonts/Resistance\ générale.otf); } @font-face { font-family: Louise-Regular; src: url(Fonts/Louise-Regular.otf); } @font-face { font-family: Felidae; src: url(Fonts/Felidae.ttf); } @font-face { font-family: Transgender Grotesk-Regular-App; src: url(Fonts/Transgender\ Grotesk-Regular-App.ttf); } @font-face{ font-family: Tiltortion; src: url(Fonts/Tiltortion.otf); } h1{ top: 0; left: 0; /* font-family: 'Transgender Grotesk-Regular-App'; */ z-index: 100; } span{ font-family: 'Felidae'; } button{ color: #5659ff; background-color: #fff; font-size: 1rem; border: solid black 2px; border-radius: 20px; height: 6vh; } button:hover{ /* text-decoration: underline; */ border: solid red 2px; animation-duration: 2s; cursor: pointer; } ul{ list-style-type: "🡒"; } li{ padding-left: 1rem; } .buttons { display: flex; align-items: flex-start; padding: 5px; position: absolute; top: 0rem; right: 0; padding-right: 2rem; padding-top: 2rem; font-size: 1rem; width: 25vw; height: 5vh; } /* .buttons div{ display: flex; } */ #intro{ top: 0; left: 0; width: 48vw; /* font-family: 'Arimo', sans-serif; */ } #down{ bottom: 0; right: 0; /* font-family: 'Arimo', sans-serif; */ } .display-text{ top: 0; left: 0; padding-left: 3rem; position: absolute; align-items: left; text-align: left; z-index: -1; } .slider-container { display: flex; /* padding-top: 3rem; */ justify-content: center; align-items: center; } body { color: #5659ff; background-color: #fff; font-family: 'Arimo', sans-serif; overflow: hidden; } /* .back { position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; background-image: linear-gradient(to bottom right, red, yellow); z-index: -2; } */ .body-font{ font-family: 'Arimo', sans-serif; } /* High-contrast styles */ .high-contrast { top: 0; left: 0; width: 97vw; height: 92vh; color: #fff; /* background: radial-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.2) 250%); */ background-color: #000; } input[type=range] { appearance: none; margin: 10px 0; width: 100%; } input[type=range]:focus { outline: none; } input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 10px; cursor: pointer; animation: 0.2s; background: #007bff; border-radius: 20px; border: 0px solid #000101; } input[type=range]::-webkit-slider-thumb { border: 0px solid #000000; height: 20px; width: 39px; border-radius: 20px; background: #000101; cursor: pointer; -webkit-appearance: none; margin-top: -3.6px; } input[type=range]:focus::-webkit-slider-runnable-track { background: #007bff; } img{ border-radius: 20px; } .different-font{ font-family: 'Resistance générale'; } .third-font{ font-family: 'Felidae'; } .everything{ align-items: flex-start; display: flex; z-index: -4; } .left{ width: 50vw; height: 97vh; padding-right: 0.5rem; overflow-y: scroll; overflow-x: hidden; display: block; /* z-index: -2; */ } .right{ width: 45vw; height: 94vh; padding-left: 1rem; padding-top: 2rem; overflow-y: scroll; /* background-image: linear-gradient(to bottom right, red, yellow); */ } ::-webkit-scrollbar { width: 20px; } /* Track */ ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px blue; border-radius: 30px; } /* Handle */ ::-webkit-scrollbar-thumb { background: red; border-radius: 30px; }